Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production deploy #2631

Merged
merged 38 commits into from
Jan 5, 2024
Merged

Production deploy #2631

merged 38 commits into from
Jan 5, 2024

Conversation

DafyddLlyr
Copy link
Contributor

A fair few changes here!

Would be keen to get this deployed so I can write and test the updated sync script to pick up the team_themes table. I have a draft locally for this. Context - https://github.com/theopensystemslab/planx-new/pull/2602/files#r1435255448

DafyddLlyr and others added 30 commits December 20, 2023 12:53
* chore: Move /me route to user module

* fix: Correctly update docs, don't just copy/paste
* fix: Syntax issue in SetupTeamIntegrationE2E mutation

* fix: Account for E2E tests using prod builds

* chore: Tidy up console logs
* fix: Form wrapper for upload + label

* fix: Form wrapper for upload + label
…cies (#2580)

* refactor: store previousBreadcrumbs via usePrevious
* refactor: update track function to have optional arguments
* refactor: update analytics approach to only log auto answered questions on component transition.
* fix: track visible nodes via Card UI component
* fix: update the lastAnalyticsLog to instead track the last log which was shown to the user also capture whether a node was auto answered in metadata
* refactor: rename onPageExit and split into function
* refactor: remove comment and improve readability
* refactor: improve readability and remove comments
* feat: Refactor cookie generation, set httpOnly flag

* feat: Update frontend code to handle httpOnly cookie

* test(e2e): Update getUser URL

* feat: Handle origin CORS header

* fix: Update tiptap/link to resolve HTMLAttributes issue
* chore: Restructure UI components into folders

* fix: Theme file moved in error
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.1.0 to 15.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.1.0...v15.2.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.16.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.2...8.16.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2608)

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.47.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…uk (#2614)

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.1...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2609)

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.2...3.1.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 6.7.1 to 7.1.5.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v6.7.1...v7.1.5)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Set up team_themes table

* chore: Update sync scripts

* test: Add permission tests for team_themes table

* chore: Update frontend queries and types

* chore: Bump planx-core
* chore: Bump planx-core

* chore: Bump MUI and planx-core

* fix: colour -> colour
dependabot bot and others added 7 commits January 2, 2024 11:57
Bumps [scroll-into-view-if-needed](https://github.com/scroll-into-view/scroll-into-view-if-needed) from 2.2.31 to 3.1.0.
- [Release notes](https://github.com/scroll-into-view/scroll-into-view-if-needed/releases)
- [Changelog](https://github.com/scroll-into-view/scroll-into-view-if-needed/blob/main/CHANGELOG.md)
- [Commits](scroll-into-view/scroll-into-view-if-needed@v2.2.31...v3.1.0)

---
updated-dependencies:
- dependency-name: scroll-into-view-if-needed
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2613)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.69.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.63.6...1.69.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [nock](https://github.com/nock/nock) from 13.3.2 to 13.4.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.2...v13.4.0)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Make settings panel generic

* feat: Create team settings page

* fix: Routing issue with team path
* chore: Bump Storybook dependencies

* fix: Drop incomplete InviteToPay story
* refactor: Simplify help text button

* refactor: Simplify help text button

* feat: Help text update

* feat: Help text update
* fix: Unescape quotations before DOMPurify check

* fix: Handle nbsp

* feat: Log unclean HTML for future troubleshooting

* fix: Ensure original error is also logged
@jessicamcinchak jessicamcinchak merged commit 59d016a into production Jan 5, 2024
7 checks passed
Copy link

github-actions bot commented Jan 5, 2024

Removed vultr server and associated DNS entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants